Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make casing consistent to match Cypress test expectation #977

Closed
wants to merge 1 commit into from

Conversation

DrizzlyOwl
Copy link
Collaborator

  • Cypress smoke tests are failing in 'Test' env because there is a difference in the written text casing for Temporary project ID

@@ -1,7 +1,7 @@
@page "/project/create/projectid"
@model Dfe.ManageFreeSchoolProjects.Pages.Project.Create.Individual.ProjectIdModel
@{
ViewData["Title"] = "What is the temporary project ID?";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I checked manually the title is What is the temporary project ID? , so this seems correct.
test env title

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case we need to check the Cypress Test because it is likely checking for title case

@DrizzlyOwl DrizzlyOwl closed this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants